CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小二乘 VC

搜索资源列表

  1. CircleSim

    1下载:
  2. 圆拟合算法的实现(VC) 包括:最小二乘精确解、最小二乘近似解、高斯牛顿法迭代解-circle fitting algorithm to achieve (VC), including : LS Exact solution, least squares approximate solution, Gaussian Newton iterative solution
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7822
    • 提供者:buoll
  1. nicui

    0下载:
  2. 本程序主要针对近景数码相片中的标志点的精确定位,采用VC ++语言,通过一些基本的数字图象处理的方法以及数学中最小二乘算法,所编写的-procedures aimed at the choppy digital photos of the signs point to the precise positioning, using VC language, through some basic digital image processing methods and mathematics le
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:239747
    • 提供者:李翠
  1. bianliangshuju

    0下载:
  2. 回报pudn的程序,毕业论文,实时数据的最小二乘拟合,界面设计,VC程序,有完整的注释。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:118704
    • 提供者:ocean
  1. datacard

    1下载:
  2. 数据采集卡程序,并利用最小二乘估计数据模型。VC+MatLAb 混合编程实现。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-16
    • 文件大小:152349
    • 提供者:鹿角菜
  1. zeqn

    2下载:
  2. vc下实现,最小二乘曲面拟合详细步骤程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:543939
    • 提供者:张秉政
  1. niheyuan

    1下载:
  2. 最小二乘曲线拟合圆,vc的源代码和推导过程
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:126754
    • 提供者:孟辰
  1. Matrix_Leastsquare.rar

    0下载:
  2. C#编写,包括两个类:矩阵运算,根据布尔莎模型通过最小二乘法计算七参数,C# Prepared, including two categories: matrix operations, according to Bursa model through the least squares method to calculate the seven parameters
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3655
    • 提供者:watson
  1. Graphics-generation-and-filling

    1下载:
  2. 基本图形的生成与填充VC源码。实现了: 1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。 2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。 3,椭圆生成算法。 4,区域填充(种子填充算法,扫描线填充算法)。 5,汉字的显示技术。 6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics generation and fill VC source. Rea
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4493407
    • 提供者:
  1. vc

    0下载:
  2. 是一个用vc编写的非线形最小二乘估计 -Is a vc prepared using non-linear least squares estimation
  3. 所属分类:transportation applications

    • 发布日期:2017-04-15
    • 文件大小:6560
    • 提供者:s
  1. FitCurve

    3下载:
  2. vc++实现数值拟合与逼近计算方法
  3. 所属分类:Algorithm

    • 发布日期:2014-05-22
    • 文件大小:15622
    • 提供者:youngvery
  1. zuixiaoerchengfa

    0下载:
  2. vC++6.0数值计算方法中“函数拟合最小二乘”-vC++ 6.0 numerical method of least-squares fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1008
    • 提供者:kaka
  1. LeastSquare

    0下载:
  2. VC实现的最小二乘法拟合源程序。可以供大家参考学习用。-VC of the least square method to achieve source. Learning can be used for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:119811
    • 提供者:liuweimin
  1. mainc

    1下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2718461
    • 提供者:shz
  1. hpir

    0下载:
  2. 本程序用C++语言编写了最小二乘曲线拟合的程序,在VC2008环境中运行成功,并给出了一个实例。 // 输入 - X[n]、y[n] 拟合次数(几次的多项式) // 输出 - out[n](拟合后的节点值) dt[0]-累计平方误差 dt[1]-累计绝对误差 dt[2]-最大误差 // 输入 - X[n]、y[n] 拟合次数(几次的多项式) // 输出 - out[n](拟合后的节点值) dt[0]-累计平方误差 dt[1]-累计绝对误差 dt[2]-最大误差-this is a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1923
    • 提供者:lthrwx
  1. Least_squares

    0下载:
  2. 在VC++6.0环境下编写的一个最小二乘算法,可以对任意幂数的五个点进行曲线拟合-Written in vc++ 6.0 environment,it is a least-square algorithm of arbitrary power, it can the number of curve fitting five points
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1465
    • 提供者:周静
  1. lm

    0下载:
  2. 最小二乘拟合的c++实现,使用差分,在matlab中设置c++编译器为vc++2005或以上,运行test.m即可-Least-squares fit in c++ set compiler as vc++ in matlab then run test.m
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4607
    • 提供者:王聪
  1. LevelingAdjust

    0下载:
  2. 基于vc平台的 水准网平差程序代码.从数据录入到自动寻找相邻边,高差闭合差改正,最小二乘平差。最后数据输出。-Vc platform leveling network adjustment program code from data entry to automatically find the adjacent side elevation difference closure error correction, least squares adjustment. The last data
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:4513
    • 提供者:孙先生
  1. CurveFit

    0下载:
  2. 曲线拟合,点击鼠标样条拟合 曲线拟合程序VC++源码,比较实用,最小二乘拟合方法。-Curve fit at figure Curve fit at figure
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-24
    • 文件大小:2384433
    • 提供者:gwai
  1. Weighted-Linear

    0下载:
  2. 加权最小二乘,VC源代码,有详细注解,Weighted-least-squares-Weighted-least-squares C++ code
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:94646
    • 提供者:lin
  1. PLS

    0下载:
  2. 用VC++ 实现的PLS(偏最小二乘算法),对算法效率要求不高的可以参考-VC++ achieved with PLS (Partial Least Squares), less demanding on the efficiency of the algorithm can refer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:11239
    • 提供者:王同晖
搜珍网 www.dssz.com